AdCourseCoReqRule 
Logical Entity Name  AdCourseCoReqRule 
Default Table Name  AdCourseCoReqRule 
Physical Only  NO 
Definition 
 
Note 
 

AdCourseCoReqRule Columns 
ColumnName  Domain  Datatype  NULL  Definition 
AdCourseCoReqRuleId(PK)    int  NO 
 
Descrip    varchar(100)  YES 
 
AdCourseID(FK)    int  NO 
 
ParentRuleID(FK)    int  YES 
 
RuleType    char(1)  YES 
 
Operator    varchar(10)  YES 
 
NumRequired    int  YES 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

AdCourseCoReqRule Primary and Unique Keys 
Key Name  Key Type  Keys 
Pk_AdCourseCoReqRuleAdCourseCoReqRulesID  PrimaryKey  AdCourseCoReqRuleId 

AdCourseCoReqRule Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
AdCourse  Non-Identifying  One To Zero or More  FK_AdCourseCoReqRuleAdCourseID_AdCourseAdCourseID      AdCourseID  NO  YES 
AdCourseCoReqRule  Non-Identifying  Zero or One to Zero or More  FK_AdCourseCoReqRuleParentRuleID_AdCourseCoReqRuleAdCourseCoReqRuleId      ParentRuleID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_AdCourseCoReqRuleUserID_SyStaffSyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 
AdCourseCoReqDetail  Non-Identifying  One To Zero or More  FK_AdCourseCoReqDetailAdCourseCoReqRuleId_AdCourseCoReqRuleAdCourseCoReqRuleId        NO  YES 
AdCourseCoReqRule  Non-Identifying  One To Zero or More  FK_AdCourseCoReqRuleParentRuleID_AdCourseCoReqRuleAdCourseCoReqRuleId        NO  YES 

AdCourseCoReqRule Check Constraints 
Check Constraint Name  CheckConstraint